home *** CD-ROM | disk | FTP | other *** search
- MAX(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- MMAAXX, MMAAXX00, AAMMAAXX11, DDMMAAXX11, AAMMAAXX00, MMAAXX11 - Returns maximum values
-
- SSYYNNOOPPSSIISS
- MMAAXX00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
-
- AAMMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
-
- DDMMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
-
- AAMMAAXX00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
-
- MMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The MMAAXX intrinsic functions determine maximum values. MMAAXX is the
- generic name. It accepts the following arguments:
-
- _a_1,, _a_2,, _a_3,, ......
- The arguments must all have the same type, which must be integer
- or real, and they must all have the same kind type parameter.
-
- MMAAXX, MMAAXX00, AAMMAAXX11, DDMMAAXX11, AAMMAAXX00, and MMAAXX11 are elemental functions. The
- names of these intrinsics cannot be passed as arguments.
-
- NNOOTTEESS
- On UNICOS systems, both execution speed and the number of bits used in
- mathematical operations are affected when compiling with
- ff9900 --OO ffaassttiinntt, which is the default setting. For more information,
- see _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 3901.
-
- RREETTUURRNN VVAALLUUEESS
- The result type and type parameter are the same as the arguments. The
- value of the result is that of the largest argument.
-
- EEXXAAMMPPLLEESS
- MMAAXX((--99..00,, 77..00,, 22..00)) has the value 7.0.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-